Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Core Namespace / EditableKeyValuePair<TKey,TValue> Class / EditableKeyValuePair<TKey,TValue> Constructor / EditableKeyValuePair<TKey,TValue> Constructor(TKey,TValue)


In This Topic
    EditableKeyValuePair<TKey,TValue> Constructor(TKey,TValue)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal key As TKey, _
       ByVal value As TValue _
    )
    'Usage
     
    Dim key As TKey
    Dim value As TValue
     
    Dim instance As New EditableKeyValuePair(Of TKey,TValue)(key, value)
    public EditableKeyValuePair<TKey,TValue>( 
       TKey key,
       TValue value
    )

    Parameters

    key
    value
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also